home *** CD-ROM | disk | FTP | other *** search
- .key url
- .bra {
- .ket }
-
- set Browser `RequestChoice "Browse Web Pages" "Which WWW browser would you like to use?" "AWeb|IBrowse|Voyager|Cancel"`
-
- if $Browser EQ 0
- quit
- endif
-
- if NOT $CDInit EQ TRUE
- execute :InitCD CHECK
- endif
-
- if $Browser EQ 1
- Run >NIL: WWW:AWeb3/AWebDemo LOCAL {url$WWW:AWeb3/CUdemo.html}
- quit
- endif
-
- if $Browser EQ 2
- Run >NIL: WWW:IBrowse/IBrowse file://localhost/{url$WWW:IBrowse/CUdemo.html} CONFIGDIR WWW:IBrowse1.01
- quit
- endif
-
-
- if $Browser EQ 3
- Run >NIL: WWW:Voyager/V file://localhost/{url$WWW:Voyager/CUstart.html}
- quit
- endif
-
-